<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm4.aspx.cs"
Inherits="WebApplication13.WebForm4" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.auto-style1 {
position: absolute;
top: 534px;
left: 537px;
z-index: 1;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Label ID="Label1" runat="server" Text="DATE TIME
DISPLAY"></asp:Label>
</div>
<p>
<asp:Label ID="Label7" runat="server" Text="Label"></asp:Label>
</p>
<p>
<asp:Label ID="Label6" runat="server" Text="Label"></asp:Label>
</p>
<p>
<asp:Label ID="Label5" runat="server" Text="Label"></asp:Label>
</p>
<p>
<asp:Label ID="Label4" runat="server" Text="Label"></asp:Label>
</p>
<p>
<asp:Label ID="Label3" runat="server" Text="Label"></asp:Label>
</p>
<p>
<asp:Label ID="Label2" runat="server" Text="Label"></asp:Label>
</p>
<p>
<asp:Label ID="Label11" runat="server" Text="Label"></asp:Label>
</p>
<asp:Label ID="Label8" runat="server" Text="CALCULATE DAYS BETWEEN
YEAR"></asp:Label>
<p>
<asp:Label ID="Label9" runat="server" Text="FROM YEAR :"></asp:Label>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
</p>
<p>
<asp:Label ID="Label10" runat="server" Text="TO YEAR :"></asp:Label>
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>
</p>
<p>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click"
Text="CALCULATE DAYS" />
</p>
<p>
&nbsp;</p>
<p>
<asp:Label ID="show" runat="server" CssClass="auto style1"></asp:Label>
</p>
</form>
</body>
</html>